Google Chrome vs. Firefox Ajax RSS Test

$(data).find('item title')

This is finding the title tag within item and the <media:title type="html"> tag within the media:content tag, but only in Chrome.

$(data).find('item>title')